home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / game / think / MUIMineSrc.lha / MUIMineSource / MFstrings.h < prev    next >
C/C++ Source or Header  |  1998-11-14  |  273b  |  21 lines

  1. #ifndef __MFSTRING_H
  2. #define __MFSTRING_H
  3.  
  4. #define CATCOMP_NUMBERS
  5. #undef  CATCOMP_STRINGS
  6. #undef  CATCOMP_ARRAY
  7. #include "MUIMineLocale.h"
  8.  
  9.  
  10. /*
  11.     function prototypes
  12. */
  13. void OpenStrings(void);
  14. void CloseStrings(void);
  15. STRPTR GetStr(LONG id);
  16.  
  17.  
  18.  
  19. #endif // __MFSTRINGS_H
  20.  
  21.